home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 36
/
PC Gamer IT CD 36 2-2.iso
/
SINDEMO
/
sindemo2.exe
/
data
/
base
/
pak0.pak
/
menus
/
bank
/
bankac05.002
< prev
next >
Wrap
Text File
|
1998-09-22
|
946b
|
32 lines
// Bank ATM Menu
menulevel main
headeritem "jcx yt -60 fc 0 0.6 0.4 1 string \" How Can We Help You Zak Belica?\""
enditem
headeritem "jr 20 yt -90 fc 0 0.6 0.4 1 string \"Checking Balance\""
enditem
headeritem "jr 20 yt -150 fc 0 0.6 0.4 1 string \"Savings Balance\""
enditem
menuitem "xl 20 yt -90 fc 0.5 0.5 0.5 1 string \" Withdraw\""
actionitem "consolecmd 1"
selitem "xl 20 yt -90 fc 1 1 1 1 string \"[ Withdraw ]\""
enditem
menuitem "xl 20 yt -120 fc 0.5 0.5 0.5 1 string \" Deposit\""
actionitem "consolecmd 2"
selitem "xl 20 yt -120 fc 1 1 1 1 string \"[ Deposit ]\""
enditem
menuitem "xl 20 yt -150 fc 0.5 0.5 0.5 1 string \" Wire Funds\""
actionitem "consolecmd 3"
selitem "xl 20 yt -150 fc 1 1 1 1 string \"[ Wire Funds ]\""
enditem
menuitem "xl 20 yt -180 fc 0.5 0.5 0.5 1 string \" Exit\""
actionitem "consolecmd 4"
selitem "xl 20 yt -180 fc 1 1 1 1 string \"[ Exit ]\""
enditem